home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / misc / unix / sploinerppc.lha / sploinerppc / Readme.txt < prev    next >
Encoding:
Text File  |  1998-10-01  |  1.5 KB  |  43 lines

  1. This is a port of the sploiner program by Richard Joergensen for PowerUP
  2. amigas. Read the file Readme.original for more info about it.
  3. I added a couple of features to get some more speed out of the PPC.
  4.  
  5. New switch -q :
  6. When specified the byte display isn't shown while splitting a file.
  7. Reduces context switches so it performs slightly faster.
  8.  
  9. New option -b :
  10. With this you can specify the size of the file buffer in bytes.
  11. I also increased the default buffer size from 15000 bytes to 45000 bytes.
  12. Note that min. value is 10000 bytes.
  13.  
  14. Other :
  15. While joining the buffer size is 50000 bytes instead of 20000 bytes.
  16. This gives a small speed up with PPC.
  17. I also included the MS-DOS(spit!) and SPARC version from the original
  18. archive in case you need them. There's also a version compiled for 68020.
  19. I tried to compile a warpos version with vbcc but got some very strange
  20. results so I decided not to include it with this release.
  21.  
  22. Compiling :
  23. Should compile out of the box with SAS/C. Just type 'smake -f smakefile.ppc'
  24. or 'smake -f smakefile.m68k'.
  25.  
  26. Speed :
  27. Here's speed results from splitting and joining file PAK0.PAK from Quake.
  28. I used the following command: sploiner split pak0.pak -o ram:foo -q -b 60000.
  29. For the original version I used: sploiner.amiga split pak0.pak -o ram:foo
  30.  
  31. Split:  PPC      51.5
  32.         020      1.45.3
  33.         ORIGINAL 1.59.4
  34.  
  35. Join:   PPC      23.7
  36.         020      21.6
  37.         ORIGINAL 21.6
  38.  
  39. All values are from my BlizzardPPC603e-240mhz+040-25mhz.
  40.  
  41. Jarmo Laakkonen
  42. 01-Oct-1998
  43.